例文
- I'm going to assume you're writing in C . Since you're using C, the advantage of having zero-based arrays is that ( array identifier ) + ( index of element ) = ( address of element ) : see Array data type # Index _ origin, and more at Zero-based _ numbering # Advantages-another advantage is that you can use the modulus operator ( % ) to do certain array-navigating tasks conveniently . ( talk ) 16 : 57, 15 August 2012 ( UTC)